projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5baff
)
Inhibit extpipe tests on EMBA, because they apparently time out?
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 7 Mar 2022 03:09:27 +0000
(
04:09
+0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 7 Mar 2022 03:09:27 +0000
(
04:09
+0100)
https://emba.gnu.org/emacs/emacs/-/pipelines/16387
test/lisp/eshell/em-extpipe-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/eshell/em-extpipe-tests.el
b/test/lisp/eshell/em-extpipe-tests.el
index a1d15fe73a418bca016c45cf5be8bee7923aabb5..91c2fba4791d5d5dab49964afb536b95b14f3e68 100644
(file)
--- a/
test/lisp/eshell/em-extpipe-tests.el
+++ b/
test/lisp/eshell/em-extpipe-tests.el
@@
-71,6
+71,7
@@
(skip-unless shell-file-name)
(skip-unless shell-command-switch)
(skip-unless (executable-find shell-file-name))
+ (skip-unless (not (getenv "EMACS_EMBA_CI")))
(let ((input ,input))
(with-temp-eshell ,@body)))))